runtime.mapextra.nextOverflow (field)

8 uses

	runtime (current package)
		map.go#L146: 	nextOverflow *bmap
		map.go#L248: 	if h.extra != nil && h.extra.nextOverflow != nil {
		map.go#L251: 		ovf = h.extra.nextOverflow
		map.go#L254: 			h.extra.nextOverflow = (*bmap)(add(unsafe.Pointer(ovf), uintptr(t.bucketsize)))
		map.go#L260: 			h.extra.nextOverflow = nil
		map.go#L332: 			h.extra.nextOverflow = nextOverflow
		map.go#L1030: 		h.extra.nextOverflow = nextOverflow
		map.go#L1075: 		h.extra.nextOverflow = nextOverflow